Objects Types and Constants Properties Methods Object Hierarchy Index
Duplicates the object and returns a reference to the new copy.
C++:
#include "imsigx.h"
HRESULT hr = pObject->Duplicate(Name, &prop);
Visual Basic:
prop = object.Duplicate(Name)
Parts:
Name |
BSTR |
[in] |
The name of the new Block object. |
prop |
[out][retval] |
The duplicated Block object. |
Duplicates the object and returns a reference to the new copy.
C++:
#include "imsigx.h"
HRESULT hr = pObject->Duplicate(&prop);
Visual Basic:
prop = object.Duplicate
Parts:
prop |
[out][retval] |
The duplicated Camera object. |
Duplicates the object and returns a reference to the new copy.
C++:
#include "imsigx.h"
HRESULT hr = pObject->Duplicate(&prop);
Visual Basic:
prop = object.Duplicate
Parts:
prop |
[out][retval] |
The duplicated Graphic object. |
Duplicates the object and returns a reference to the new copy.
C++:
#include "imsigx.h"
HRESULT hr = pObject->Duplicate(Name, &prop);
Visual Basic:
prop = object.Duplicate(Name)
Parts:
Name |
BSTR |
[in] |
The name for the new GraphicSet object. |
prop |
[out][retval] |
The duplicated GraphicSet object. |
Duplicates the object and returns a reference to the new copy.
C++:
#include "imsigx.h"
HRESULT hr = pObject->Duplicate(&prop);
Visual Basic:
prop = object.Duplicate
Parts:
prop |
[out][retval] |
The duplicated Grid object. |
Duplicates the object and returns a reference to the new copy.
C++:
#include "imsigx.h"
HRESULT hr = pObject->Duplicate(Name, &prop);
Visual Basic:
prop = object.Duplicate(Name)
Parts:
Name |
BSTR |
[in] |
The name for the new Layer object. |
prop |
[out][retval] |
The duplicated Layer object. |
Duplicates the object and returns a reference to the new copy.
C++:
#include "imsigx.h"
HRESULT hr = pObject->Duplicate(&prop);
Visual Basic:
prop = object.Duplicate
Parts:
prop |
[out][retval] |
The duplicated LineStyle object. |
Duplicates the object and returns a reference to the new copy.
C++:
#include "imsigx.h"
HRESULT hr = pObject->Duplicate(&prop);
Visual Basic:
prop = object.Duplicate
Parts:
prop |
[out][retval] |
The duplicated Matrix object. |
Duplicates the object and returns a reference to the new copy.
C++:
#include "imsigx.h"
HRESULT hr = pObject->Duplicate(Name, &prop);
Visual Basic:
prop = object.Duplicate(Name)
Parts:
Name |
BSTR |
[in] |
The name of the Named_Color object. |
prop |
[out][retval] |
The duplicated Named_Color object. |
Duplicates the object and returns a reference to the new copy.
C++:
#include "imsigx.h"
HRESULT hr = pObject->Duplicate(Name, &prop);
Visual Basic:
prop = object.Duplicate(Name)
Parts:
Name |
BSTR |
[in] |
The name for the new NamedView object |
prop |
[out][retval] |
The duplicated NamedView object. |
Duplicates the object and returns a reference to the new copy.
C++:
#include "imsigx.h"
HRESULT hr = pObject->Duplicate(Name, &prop);
Visual Basic:
prop = object.Duplicate(Name)
Parts:
Name |
BSTR |
[in] |
A name for the new Property object. |
prop |
[out][retval] |
The duplicated Property object. |
Duplicates the object and returns a reference to the new copy.
C++:
#include "imsigx.h"
HRESULT hr = pObject->Duplicate(Name, &prop);
Visual Basic:
prop = object.Duplicate(Name)
Parts:
Name |
BSTR |
[in] |
The name for the new Style object. |
prop |
[out][retval] |
The duplicated Style object. |
Duplicates the object and returns a reference to the new copy.
C++:
#include "imsigx.h"
HRESULT hr = pObject->Duplicate(&prop);
Visual Basic:
prop = object.Duplicate
Parts:
prop |
[out][retval] |
The duplicated Vertex object. |
Objects Types and Constants Properties Methods Object Hierarchy Index
SDK Top API Reference TurboCAD Home Page TurboCAD Programming Forums